isSupported method

Future<bool> isSupported()

Implementation

Future<bool> isSupported() {
  return _delegate.isSupported();
}