isIMAuthed static method

Future<bool> isIMAuthed()

IM 鉴权是否成功

Implementation

static Future<bool> isIMAuthed() async {
  return await _channel.invokeMethod("isIMAuthed");
}