unRegister static method

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

取消推送注册

Implementation

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