activePlatforms static method

Future activePlatforms()

Implementation

static Future<dynamic> activePlatforms() async {
	return await _channel.invokeMethod(ShareSDKMethods.activePlatforms.name!);
}