hasContainer method

Future<bool> hasContainer(
  1. String containerId
)

Returns whether containerId exists.

Implementation

Future<bool> hasContainer(String containerId) =>
    platform.hasContainer(containerId);