@override Future<bool> didCrashInLastSession() async { final res = await _crashes.invokeMethod<bool>('didCrashInLastSession'); return res ?? false; }