removeSupportFile method

  1. @override
Future<bool> removeSupportFile({
  1. required String pathSuffix,
})
override

Implementation

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