Skip to content

Commit

Permalink
feat(cbl_flutter)!: add class modifiers (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaugold committed Apr 16, 2024
1 parent cb49b7e commit ebdd104
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/cbl_flutter/lib/cbl_flutter.dart
Expand Up @@ -8,12 +8,10 @@ import 'package:cbl/src/support/tracing.dart';
import 'package:cbl_flutter_platform_interface/cbl_flutter_platform_interface.dart';
import 'package:path_provider/path_provider.dart';

// ignore: avoid_classes_with_only_static_members
/// Initializes global resources and configures global settings, such as
/// logging, for usage of Couchbase Lite in Flutter apps.
class CouchbaseLiteFlutter {
/// Private constructor to allow control over instance creation.
CouchbaseLiteFlutter._();

abstract final class CouchbaseLiteFlutter {
/// Initializes the `cbl` package, for the main isolate.
static Future<void> init() =>
asyncOperationTracePoint(InitializeOp.new, () async {
Expand Down

0 comments on commit ebdd104

Please sign in to comment.