isStepsAvailable property
Implementation
static Future<bool> get isStepsAvailable async {
final bool flag = await _channel.invokeMethod('checkStepsAvailability');
return flag;
}
static Future<bool> get isStepsAvailable async {
final bool flag = await _channel.invokeMethod('checkStepsAvailability');
return flag;
}