@override Future<int?> printCheckStatus() async { final int? status = await methodChannel.invokeMethod<int>( 'printCheckStatus', ); return status; }