/ app / packages / ble_peripheral / darwin / Classes / Error.swift
Error.swift
 1  //
 2  //  Error.swift
 3  //  ble_peripheral
 4  //
 5  //  Created by Rohit Sangwan on 12/12/23.
 6  //
 7  
 8  import Foundation
 9  import Foundation
10  #if os(iOS)
11  import Flutter
12  #elseif os(macOS)
13  import FlutterMacOS
14  #else
15  #error("Unsupported platform.")
16  #endif
17  
18  
19  extension FlutterError: Swift.Error {}