MethodChannelFull constructor
Implementation
MethodChannelFull({required this.skyflowId, required this.type}) {
var type = this.type == Type.collect ? 'skyflow-collect' : 'skyflow-reveal';
skyflowChannel = MethodChannel('$type/$skyflowId');
}
MethodChannelFull({required this.skyflowId, required this.type}) {
var type = this.type == Type.collect ? 'skyflow-collect' : 'skyflow-reveal';
skyflowChannel = MethodChannel('$type/$skyflowId');
}