diff --git a/thermion_flutter/thermion_flutter/lib/src/thermion_flutter_plugin.dart b/thermion_flutter/thermion_flutter/lib/src/thermion_flutter_plugin.dart index cd485822..1487a24c 100644 --- a/thermion_flutter/thermion_flutter/lib/src/thermion_flutter_plugin.dart +++ b/thermion_flutter/thermion_flutter/lib/src/thermion_flutter_plugin.dart @@ -6,7 +6,7 @@ import 'package:thermion_flutter_platform_interface/thermion_flutter_platform_in /// Handles all platform-specific initialization to create a backing rendering /// surface in a Flutter application and lifecycle listeners to pause rendering /// when the app is inactive or in the background. -/// Call [createViewerWithOptions] to create an instance of [ThermionViewer]. +/// Call [createViewer] to create an instance of [ThermionViewer]. /// class ThermionFlutterPlugin { ThermionFlutterPlugin._();