getRegId static method

Future<String?> getRegId()

Implementation

static Future<String?> getRegId() async {
  return await ChinaPushPlatform.instance.getRegId();
}