menu
smartech_flutter_plugin package
documentation
smartech_plugin.dart
SmartechPlugin
hasOptedTracking method
hasOptedTracking method
dark_mode
light_mode
hasOptedTracking
method
Future
<
bool
?
>
hasOptedTracking
(
)
Implementation
Future<bool?> hasOptedTracking() async { return await _channel.invokeMethod("hasOptedTracking"); }
smartech_flutter_plugin package
documentation
smartech_plugin
SmartechPlugin
hasOptedTracking method
SmartechPlugin class