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