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