revokeManager method

Future<bool> revokeManager(
  1. String userId
)

Implementation

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