getRegistrationState method

Future<RegistrationState> getRegistrationState()

Get current registration state

Implementation

Future<RegistrationState> getRegistrationState() async {
  throw UnimplementedError(
      'getRegistrationState() has not been implemented.');
}