start method

Future<Null> start()

Implementation

Future<Null> start() {
  throw UnimplementedError(
      "gt3 start is not implemented on the current platform");
}