switchUser method

Future<bool> switchUser(
  1. String userId
)

Implementation

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