@override Future<void>cancelLoading({required String id}) async { await _methodChannel.invokeMethod('cancelLoading', id); }