convert method

Future<String?> convert(
  1. String path, {
  2. String? output,
  3. String? format,
})

Implementation

Future<String?> convert(
  String path, {
  String? output,
  String? format,
}) {
  throw UnimplementedError('convert() has not been implemented.');
}