getRegistrationState method
Get current registration state
Implementation
Future<RegistrationState> getRegistrationState() async {
throw UnimplementedError(
'getRegistrationState() has not been implemented.');
}
Get current registration state
Future<RegistrationState> getRegistrationState() async {
throw UnimplementedError(
'getRegistrationState() has not been implemented.');
}