We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4157955 commit fd04c2aCopy full SHA for fd04c2a
ios/Plugin/CapacitorFlashPlugin.swift
@@ -6,7 +6,7 @@ import Capacitor
6
* here: https://capacitorjs.com/docs/plugins/ios
7
*/
8
@objc(CapacitorFlashPlugin)
9
-public class CapacitorFlashPlugin: CAPPlugin {
+public class CapacitorFlashPlugin: CAPPlugin, CAPBridgedPlugin {
10
public let identifier = "CapacitorFlashPlugin"
11
public let jsName = "CapacitorFlash"
12
public let pluginMethods: [CAPPluginMethod] = [
0 commit comments