@override Future<void> invokeResume({int? viewId}) async { await _channel.invokeMethod('resume', viewId); }