authBy method

Future<bool> authBy({
  1. required AuthType which,
})

Login by WeChat.See AuthType for more details.

Implementation

Future<bool> authBy({required AuthType which}) async {
  return FluwxPlatform.instance.authBy(which);
}