write method

  1. @override
Future<RemoteDto?> write()
override

Implementation

@override
Future<RemoteDto?> write() {
  throw IllegalStateException(
      "Write Server cannot write to Read Server.");
}