start method

Future<Response> start(
  1. String publicKey,
  2. String preferenceId
)

Implementation

Future<Response> start(String publicKey, String preferenceId) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}