Future<void> payJsapi(Map<String, dynamic> config, Function callback) async { await methodChannel.invokeMethod('payJsapi', [config, callback]); }