openMenuWidget method

Future<void> openMenuWidget()

Implementation

Future<void> openMenuWidget() async {
  return await VerloopFlutterSdkPlatform.instance.openMenuWidget();
}