registerPush method

Future<TimPushResult<void>> registerPush({
  1. int? sdkAppId,
  2. String? appKey,
  3. int? ohosBusinessId,
})

Implementation

Future<TimPushResult<void>> registerPush({
  int? sdkAppId,
  String? appKey,
  int? ohosBusinessId,
}) {
  throw UnimplementedError('registerPush() has not been implemented.');
}