saveFileIntoCustomDir method
Implementation
Future<String?> saveFileIntoCustomDir({
required String filePath,
required String dirNamed,
bool removeOriginFile = false,
}) {
throw UnimplementedError(
'saveFileIntoCustomDir() has not been implemented.');
}