initialize method

Future<bool> initialize()

初始化华为推送服务

Implementation

Future<bool> initialize() {
  throw UnimplementedError('initialize() has not been implemented.');
}