isOpaque method

Future<bool> isOpaque()

Implementation

Future<bool>isOpaque() async {
  return await _methodChannel.invokeMethod('isOpaque');
}