Skip to content

Commit

Permalink
Merge pull request #427 from gnassro/master
Browse files Browse the repository at this point in the history
export Android/ios ServiceInstance and FlutterBackgroundServicePlatform
  • Loading branch information
ekasetiawans authored Jun 18, 2024
2 parents 5f2c291 + fec25ad commit 209e4f1
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;

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 209e4f1

Please sign in to comment.