feat(apps): establish shared mobile design system
This commit is contained in:
@@ -7,7 +7,8 @@ external void _invoke(String name, JSAny? arguments, JSFunction callback);
|
||||
|
||||
Future<void> invokeWechatJsapi(String clientArgs) {
|
||||
final completer = Completer<void>();
|
||||
final arguments = jsonDecode(clientArgs).jsify();
|
||||
final Object? decoded = jsonDecode(clientArgs);
|
||||
final JSAny? arguments = decoded.jsify();
|
||||
_invoke(
|
||||
'getBrandWCPayRequest',
|
||||
arguments,
|
||||
|
||||
Reference in New Issue
Block a user