signInWithCustomFunction method

Future signInWithCustomFunction(
  1. String json
)

Implementation

Future signInWithCustomFunction(String json) async {
  throw UnimplementedError(
      'signInWithCustomFunction() has not been implemented.');
}