menu
than_pkg package
documentation
android_pkg/android_app_util.dart
AndroidAppUtil
getSdkInt method
getSdkInt method
dark_mode
light_mode
getSdkInt
method
Future
<
int
>
getSdkInt
(
)
Implementation
Future<int> getSdkInt() async { return await _channel.invokeMethod<int>('$_name/getSdkInt') ?? 0; }
than_pkg package
documentation
android_pkg/android_app_util
AndroidAppUtil
getSdkInt method
AndroidAppUtil class