startScan method
Scanning API
Implementation
@override
Future<void> startScan({String serviceType = "_androidtvremote._tcp."}) async {
await methodChannel.invokeMethod('startScan', {"serviceType": serviceType});
}
@override
Future<void> startScan({String serviceType = "_androidtvremote._tcp."}) async {
await methodChannel.invokeMethod('startScan', {"serviceType": serviceType});
}