isPushServiceEnabledAndroid method Null safety
Check whether the push notification service is enabled.
Implementation
Future<NIMResult<bool>> isPushServiceEnabledAndroid() {
return _platform.isPushServiceEnabledAndroid();
}
Check whether the push notification service is enabled.
Future<NIMResult<bool>> isPushServiceEnabledAndroid() {
return _platform.isPushServiceEnabledAndroid();
}