start method

Starts a live update.

Implementation

Future<LiveUpdateHandle> start(LiveUpdateContent content) {
  throw UnimplementedError('start() has not been implemented.');
}