createSupportFile method

  1. @override
Future<File> createSupportFile({
  1. required String pathSuffix,
})
override

Implementation

@override
Future<File> createSupportFile({required String pathSuffix}) {
  // TODO: implement createSupportFile
  throw UnimplementedError();
}