loginListen method

dynamic loginListen({
  1. bool type = true,
  2. required Function onEvent,
  3. Function? onError,
  4. dynamic isOnlyOne = true,
})

Implementation

loginListen(
    {bool type = true,
    required Function onEvent,
    Function? onError,
    isOnlyOne = true}) {
  throw UnimplementedError('loginListen() has not been implemented.');
}