signUp method

  1. @override
Future<UserCredential> signUp()
override

Implementation

@override
Future<UserCredential> signUp() async {
  throw PlatformException(
      code: "UNSUPPORTED_FUNCTION",
      message: "Phone Signin does not need sign up.");
}