MissingRemoteException constructor

const MissingRemoteException([
  1. String? message
])

Implementation

const MissingRemoteException([String? message]) : super(message);