refresh abstract method

Future<AuthResponse> refresh(
  1. ServiceCall call,
  2. RefreshRequest request
)

Implementation

$async.Future<$0.AuthResponse> refresh(
    $grpc.ServiceCall call, $0.RefreshRequest request);