launch method

Future<void> launch()

Launches the Offerwall.

This method should be called after the SDK has been configured.

Throws an UnimplementedError if the platform-specific implementation has not been provided.

Implementation

Future<void> launch() {
  throw UnimplementedError('launch() has not been implemented.');
}