isDarkTheme static method

Future<bool> isDarkTheme()

Implementation

static Future<bool> isDarkTheme() async {
  return await _channel.invokeMethod("isDarkTheme");
}