toggleLike abstract method

Future<BoolValue> toggleLike(
  1. ServiceCall call,
  2. StringValue request
)

Implementation

$async.Future<$2.BoolValue> toggleLike(
    $grpc.ServiceCall call, $2.StringValue request);