exists property

Future<bool> exists

Implementation

static Future<bool> get exists async {
  return await _channel.invokeMethod('exists');
}