isInteractive method

Future<bool> isInteractive()

Implementation

Future<bool> isInteractive() async {
  return await channel.invokeMethod(_IS_INTERACTIVE) as bool;
}