signUp abstract method

Future signUp({
  1. required MethodCall call,
})

Implementation

Future<dynamic> signUp({required MethodCall call});