createFilePathAndName abstract method

Future<(String, String)> createFilePathAndName({
  1. String? name,
  2. required String extension,
  3. bool temporary = false,
})

Implementation

Future<(String, String)> createFilePathAndName(
    {String? name, required String extension, bool temporary = false});