getSupportFile method

  1. @override
File? getSupportFile({
  1. required String pathSuffix,
})
override

Implementation

@override
File? getSupportFile({required String pathSuffix}) {
  return null;
}