resist method
Triggers a resist haptic effect using low ticks (Android only).
Implementation
Future<void> resist() {
throw UnimplementedError('resist() has not been implemented.');
}
Triggers a resist haptic effect using low ticks (Android only).
Future<void> resist() {
throw UnimplementedError('resist() has not been implemented.');
}