Get notification title
@override Future<String> getNotificationTitle() async { final title = await methodChannel.invokeMethod<String>( 'getNotificationTitle', ); return title ?? 'VPN Service'; }