FlutterAndroidLauncherPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterAndroidLauncherPlatform
- Implementers
Constructors
- FlutterAndroidLauncherPlatform()
- Constructs a FlutterAndroidLauncherPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getInstalledApps(
) → Future< List< Map< >String, String> > -
getLauncherUserInfo(
) → Future< List< Map< >String, String> > -
getPlatformVersion(
) → Future< String?> -
isQuietModeEnabled(
String profile) → Future< bool> -
launchApp(
String packageName, String profile) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestQuietModeEnabled(
bool enableQuietMode, String profile) → Future< bool> -
setMethodCallHandler(
Future handler(MethodCall call)?) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterAndroidLauncherPlatform
-
The default instance of FlutterAndroidLauncherPlatform to use.
getter/setter pair