expand method

Future<void> expand()

Triggers an expand haptic effect (rise and fall) (Android only).

Implementation

Future<void> expand() {
  throw UnimplementedError('expand() has not been implemented.');
}