setThemeMode static method

Future<void> setThemeMode(
  1. PLYThemeMode mode
)

Implementation

static Future<void> setThemeMode(PLYThemeMode mode) async {
  return await _channel
      .invokeMethod('setThemeMode', <String, dynamic>{'mode': mode.index});
}