mirror of
https://github.com/farcasclaudiu/flutter_plugin_appcenter.git
synced 2026-06-28 09:01:18 +03:00
Initialisation from plugin template.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import 'dart:async';
|
||||
|
||||
import 'package:flutter/services.dart';
|
||||
|
||||
class Appcenter {
|
||||
static const MethodChannel _channel =
|
||||
const MethodChannel('appcenter');
|
||||
|
||||
static Future<String> get platformVersion =>
|
||||
_channel.invokeMethod('getPlatformVersion');
|
||||
}
|
||||
Reference in New Issue
Block a user