startRemoteView method
开启远程显示
userId
用户ID
Implementation
startRemoteView({required String userId}) =>
_channel.invokeMethod('startRemoteView', {"userId": userId});
开启远程显示
userId
用户ID
startRemoteView({required String userId}) =>
_channel.invokeMethod('startRemoteView', {"userId": userId});