getRegId static method

Future<String?> getRegId(
  1. String type
)

获取客户端的 RegId

Implementation

static Future<String?> getRegId(String type) async {
  return await channel.invokeMethod(Config.methodGetRegId,{"type":type,});
}