MethodChannelAppSecurityLock constructor
MethodChannelAppSecurityLock()
Implementation
MethodChannelAppSecurityLock() {
// 设置方法调用处理器来接收来自原生端的回调
methodChannel.setMethodCallHandler(_handleMethodCall);
}
MethodChannelAppSecurityLock() {
// 设置方法调用处理器来接收来自原生端的回调
methodChannel.setMethodCallHandler(_handleMethodCall);
}