modelFileSizeBytes method

Future<int?> modelFileSizeBytes(
  1. String modelId
)

Implementation

Future<int?> modelFileSizeBytes(String modelId) async => null;