flutter_cast_framework_modern/ios/Classes/MethodNames.swift
gianlucaparadise 9dc03055de iOS: Initial CAF setup;
CastState handling;
CastButton press handling;
2019-11-19 06:10:10 +01:00

13 lines
262 B
Swift

//
// MethodNames.swift
// flutter_cast_framework
//
// Created by Gianluca Paradiso on 09/11/2019.
//
import Foundation
enum MethodNames : String {
case onCastStateChanged = "CastContext.onCastStateChanged"
case showCastDialog = "showCastDialog"
}