isLoaded method

Future<bool> isLoaded()

Implementation

Future<bool> isLoaded() async {
  return await _platform.invokeMethod('isLoaded');
}