iOSFileExist method

Future<bool?> iOSFileExist(
  1. String filePath
)

Implementation

Future<bool?> iOSFileExist(String filePath) {
  throw UnimplementedError('has not been implemented.');
}