MediaProviderSettings class Null safety
Constructors
- MediaProviderSettings(String? source, String? type, {int duration = DURATION_DEFAULT})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- DURATION_DEFAULT → const int
-
DURATION_SHORT - DURATION_INFINITE → const int
-
0 - DURATION_LONG → const int
-
60 - DURATION_MEDIUM → const int
-
30 - DURATION_SHORT → const int
-
15 - SOURCE_CAMERA → const String
-
"SOURCE_CAMERA" - SOURCE_GALLERY → const String
-
"SOURCE_GALLERY" - TYPE_PHOTO → const String
-
"TYPE_PHOTO" - TYPE_VIDEO → const String
-
"TYPE_VIDEO"