verify method

Future<Map<String, dynamic>> verify(
  1. String code
)

Verify the given code and finish the current user login.

Implementation

Future<Map<String, dynamic>> verify(String code) {
  throw UnimplementedError('verify() is not implemented.');
}