registerPush method

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

Implementation

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