simulateTabShifter property

Future<bool> simulateTabShifter

Implementation

static Future<bool> get simulateTabShifter async {
  return await _channel.invokeMethod('simulateTabShifter');
}