class PlatformMethodNames { static const onCastStateChanged = "CastContext.onCastStateChanged"; static const showCastDialog = "showCastDialog"; static const onSessionStarting = "SessionManager.onSessionStarting"; static const onSessionStarted = "SessionManager.onSessionStarted"; static const onSessionStartFailed = "SessionManager.onSessionStartFailed"; static const onSessionEnding = "SessionManager.onSessionEnding"; static const onSessionEnded = "SessionManager.onSessionEnded"; static const onSessionResuming = "SessionManager.onSessionResuming"; static const onSessionResumed = "SessionManager.onSessionResumed"; static const onSessionResumeFailed = "SessionManager.onSessionResumeFailed"; static const onSessionSuspended = "SessionManager.onSessionSuspended"; static const getSessionMessageNamespaces = "CastSession.getSessionMessageNamespaces"; static const onMessageReceived = "CastSession.onMessageReceived"; static const sendMessage = "CastSession.sendMessage"; }