ServiceManagedChannelS3Storage.fromJson constructor

ServiceManagedChannelS3Storage.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory ServiceManagedChannelS3Storage.fromJson(Map<String, dynamic> _) {
  return ServiceManagedChannelS3Storage();
}