Future<bool?> get isLoaded async { final bool? result = await _channel.invokeMethod('isLoaded', <String, dynamic>{ 'id': id, }); return result; }