setup method

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

Implementation

@override
Future<void> setup({required String containerId}) async {
  await methodChannel.invokeMethod('setup', {'containerId': containerId});
}