expand method
Triggers an expand haptic effect (rise and fall) (Android only).
Implementation
Future<void> expand() {
throw UnimplementedError('expand() has not been implemented.');
}
Triggers an expand haptic effect (rise and fall) (Android only).
Future<void> expand() {
throw UnimplementedError('expand() has not been implemented.');
}