Returns the architecture of this device.
static Future<String> getArchitecture() async { return await _platform.invokeMethod('getArchitecture'); }