initPush method

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

注册推送

Implementation

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