RemoteException constructor
RemoteException({
- required String message,
Creates a remote exception from the message
thrown.
Implementation
RemoteException({required this.message});
Creates a remote exception from the message
thrown.
RemoteException({required this.message});