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