@override Future<void> finishTransaction(String tid) async { await methodChannel.invokeMethod(MethodCallName.finishTransation, {"tid": tid}); }