feat:参照研听的基础工程
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import 'flutter_paid_platform_interface.dart';
|
||||
|
||||
class FlutterPaid {
|
||||
Future<String?> getPlatformVersion() {
|
||||
return FlutterPaidPlatform.instance.getPlatformVersion();
|
||||
}
|
||||
|
||||
Future<String?> paid() {
|
||||
return FlutterPaidPlatform.instance.paid();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user