RemoteException constructor

RemoteException({
  1. required String message,
})

Creates a remote exception from the message thrown.

Implementation

RemoteException({required this.message});