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