Spaces:
Runtime error
Runtime error
| class Vibration{ | |
| static void vibrate({List<int> pattern=const [100],int repeat=-1}){ | |
| } | |
| static Future<bool> hasVibrator(){ | |
| return Future(() => false); | |
| } | |
| static void cancel(){ | |
| } | |
| } |
| class Vibration{ | |
| static void vibrate({List<int> pattern=const [100],int repeat=-1}){ | |
| } | |
| static Future<bool> hasVibrator(){ | |
| return Future(() => false); | |
| } | |
| static void cancel(){ | |
| } | |
| } |