appLaunchedFromMissedCall static method

Future<bool?> appLaunchedFromMissedCall()

Implementation

static Future<bool?> appLaunchedFromMissedCall() async {
  return FlyChatFlutterPlatform.instance.appLaunchedFromMissedCall();
}