stopService static method
Implementation
static Future<bool> stopService(ServiceType type) async {
if (!isAndroid) {
return false;
}
return StreamVideoFlutterPlatform.instance.stopBackgroundService(type);
}
static Future<bool> stopService(ServiceType type) async {
if (!isAndroid) {
return false;
}
return StreamVideoFlutterPlatform.instance.stopBackgroundService(type);
}