Skip to content

Commit

Permalink
fix: added exports to android and ios services again
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrikkee committed Aug 11, 2024
1 parent 603a745 commit 4513390
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import 'package:flutter_background_service_platform_interface/flutter_background
export 'package:flutter_background_service_platform_interface/flutter_background_service_platform_interface.dart'
show IosConfiguration, AndroidConfiguration, ServiceInstance, AndroidForegroundType;

export 'package:flutter_background_service_android/flutter_background_service_android.dart';
export 'package:flutter_background_service_ios/flutter_background_service_ios.dart';

class FlutterBackgroundService implements Observable {
FlutterBackgroundServicePlatform get _platform =>
FlutterBackgroundServicePlatform.instance;
Expand Down

0 comments on commit 4513390

Please sign in to comment.