stop method

Future<Map> stop()

stop connection with dApp support iOS only

Implementation

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