testOverlay method
Tests the overlay by showing a bubble for a few seconds.
Implementation
@override
Future<void> testOverlay() async {
try {
await methodChannel.invokeMethod('testOverlay');
} catch (e) {
debugPrint('Error testing overlay: $e');
}
}