commit method

Future<void> commit()
inherited

Implementation

Future<void> commit() {
  throw UnimplementedError('commit not implemented');
}