InteractionService class
Properties
-
actor
→ Actor
-
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
confirm(String? message, {bool? defaultValue})
→ bool
-
-
getDeviceInfoInteractively(CustomDevicesConfig customDevicesConfig, String message, {bool printSelectedDeviceInfo = false})
→ (InternetAddress, String)
-
-
input(String? message, {Object? defaultValue})
→ String
-
-
inputWithValidation(String? message, {required String? validator(String), Object? defaultValue})
→ String
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
progress(String message)
→ Progress
-
-
readDeviceId(CustomDevicesConfig customDevicesConfig, {String? description})
→ String
-
-
readDeviceIp({String? description, String? title})
→ InternetAddress
-
-
readDeviceLabel({String? description})
→ String
-
-
readDeviceUsername({String? description})
→ String
-
-
readFlutterManualPath()
→ Future<String>
-
-
readToolManualPath({required String toolName, String? examplePath, String? description})
→ Future<String>
-
-
select(String? message, {required List<String> options})
→ String
-
-
selectDevice(CustomDevicesConfig customDevicesConfig, {String? title, String? description, String? errorDescription})
→ CustomDeviceConfig
-
-
selectIndex(String? message, {required List<String> options})
→ int
-
-
spinner({required String inProgressMessage, String doneMessage = 'Done!', String failedMessage = 'Failed!'})
→ Spinner
-
-
toString()
→ String
-
A string representation of this object.
inherited