pause method

Future<Map> pause()

pause connection with dApp support iOS only

Implementation

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