startNativeBlink method
Starts native periodic blinking for better performance.
interval - The interval between on/off toggles in milliseconds.
Implementation
@override
Future<void> startNativeBlink(int interval) async {
throw UnsupportedError('Native blinking is not supported on web platform');
}