create method

Future<int> create()

Implementation

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