authenticate method

Returns a signature and timestamp that can be used to authenticate future requests

Implementation

Future<FlutterAuthenticationResponse?> authenticate(FlutterAuthenticationRequest request) {
  return platformInterface.authenticate(request);
}