extractProtoInfo library
Functions
-
extractMethodListFromProto(
String filePath) → List< String> -
extractProtoMethodParams(
String filePath, String methodName) → String -
extractProtoMethodResponseType(
String filePath, String methodName) → String -
getProtoClassName(
String filePath, String methodName) → String -
getProtoServiceName(
String filePath, String methodName) → String -
mapProtoTypeToDart(
String protoType) → String -
parseProtoMessages(
String content) → List< ProtoMessage> -
parseProtoServices(
String content) → List< ProtoService>