setKey static method

  1. @Deprecated('使用init方法初始化的时候设置key')
Future setKey(
  1. String key
)

Implementation

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