fillRequestedInteractive property

Future<bool> fillRequestedInteractive

Implementation

Future<bool> get fillRequestedInteractive async {
  return (await _channel.invokeMethod<bool>('fillRequestedInteractive')) ==
      true;
}