createApp abstract method

Future<CreateAppResponse> createApp(
  1. ServiceCall call,
  2. CreateAppRequest request
)

Implementation

$async.Future<$0.CreateAppResponse> createApp(
    $grpc.ServiceCall call, $0.CreateAppRequest request);