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