initPush method

Future<Map> initPush({
  1. String? appKey,
  2. String? appSecret,
})

注册推送

Implementation

Future<Map<dynamic, dynamic>> initPush({
  String? appKey,
  String? appSecret,
}) async {
  throw UnimplementedError('initPush() has not been implemented.');
}