XYOracleNetwork/sdk-ble-flutter

View on GitHub
ios/Classes/SwiftXyoBlePlugin.swift

Summary

Maintainability
A
1 hr
Test Coverage

Function handle has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public func handle(_ call: FlutterMethodCall, result: @escaping FlutterResult) {
        guard let method = MethodRegistry(rawValue: call.method) else {
            result(nil)
            return
        }
Severity: Minor
Found in ios/Classes/SwiftXyoBlePlugin.swift - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status