register method

Future register()

Implementation

Future<dynamic> register() {
  throw UnimplementedError('initial() has not been implemented.');
}