appLaunchedFromMissedCall static method
Used to get appLaunchedFromMissedCall
Implementation
static Future<bool?> appLaunchedFromMissedCall() async {
return FlyChatFlutterPlatform.instance.appLaunchedFromMissedCall();
}
Used to get appLaunchedFromMissedCall
static Future<bool?> appLaunchedFromMissedCall() async {
return FlyChatFlutterPlatform.instance.appLaunchedFromMissedCall();
}