makeManager method

Future<bool> makeManager(
  1. String userId
)

Implementation

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