setup method

Future<void> setup({
  1. required String containerId,
})

Implementation

Future<void> setup({required String containerId}) {
  throw UnimplementedError('setup() has not been implemented.');
}