flutter_overlay_window
flutter_overlay_window copied to clipboard
How to create 2 overlay service at the same time?
Hi,
Hi, i m new to flutter and overlay service? How to create 2 overlay services at the same time? can we add this to manifest
<service android:name="flutter.overlay.window.flutter_overlay_window.OverlayService" android:foregroundServiceType="specialUse">
and any way to add this ?
Future<void> startOverlay1() async {
await PlatformChannels.platform.invokeMethod('startService', 'com.example.flutter_overlay_window_example.OverlayService'); }
Future
thanks