create method

Future<String> create()

Implementation

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