setKey static method
Implementation
@Deprecated('使用init方法初始化的时候设置key')
static Future setKey(String key) {
return _channel.invokeMethod('setKey', {'key': key});
}
@Deprecated('使用init方法初始化的时候设置key')
static Future setKey(String key) {
return _channel.invokeMethod('setKey', {'key': key});
}