@override Future<int> startDoc(String prt) async { return await methodChannel.invokeMethod<int>('startDoc', {'prt': prt}) ?? -1; }