createView abstract method

Future<LogView> createView(
  1. ServiceCall call,
  2. CreateViewRequest request
)

Implementation

$async.Future<$0.LogView> createView(
    $grpc.ServiceCall call, $0.CreateViewRequest request);