makeHost method

Future<bool> makeHost(
  1. String userId
)

Implementation

Future<bool> makeHost(String userId) async {
  throw UnimplementedError('makeHost() has not been implemented.');
}