removeOtherLogin method

Future<String> removeOtherLogin(
  1. String userId
)

Implementation

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