initialize abstract method

  1. @protected
Future<void> initialize(
  1. JsonRpcWebsocketClient client,
  2. Uri walletUri, {
  3. Duration? timeLimit,
})

Performs any setup required by the scenario prior to establishing an encrypted session (e.g. launching the mobile wallet application or waiting for a ping frame).

Throws an exception to abort the request.

Implementation

@protected
Future<void> initialize(
  final JsonRpcWebsocketClient client,
  final Uri walletUri, {
  final Duration? timeLimit,
});